• frmSalesReport.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSalesReport
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSalesReport))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
29         Me.Button1 = New System.Windows.Forms.Button()
30         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
31         Me.Label2 = New System.Windows.Forms.Label()
32         Me.btnGetData = New System.Windows.Forms.Button()
33         Me.Label4 = New System.Windows.Forms.Label()
34         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
35         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
36         Me.btnClose = New System.Windows.Forms.Button()
37         Me.btnReset = New System.Windows.Forms.Button()
38         Me.Panel2 = New System.Windows.Forms.Panel()
39         Me.Label1 = New System.Windows.Forms.Label()
40         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
41         Me.Panel1.SuspendLayout()
42         Me.GroupBox2.SuspendLayout()
43         Me.GroupBox3.SuspendLayout()
44         Me.Panel2.SuspendLayout()
45         Me.SuspendLayout()
46         
'
47         
'Panel1
48         
'
49         Me.Panel1.BackColor = System.Drawing.Color.White
50         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
51         Me.Panel1.Controls.Add(Me.GroupBox2)
52         Me.Panel1.Controls.Add(Me.GroupBox3)
53         Me.Panel1.Controls.Add(Me.Panel2)
54         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
55         Me.Panel1.Name =
"Panel1"
56         Me.Panel1.Size = New System.Drawing.Size(
688, 161)
57         Me.Panel1.TabIndex =
2
58         
'
59         
'GroupBox2
60         
'
61         Me.GroupBox2.Controls.Add(Me.Button1)
62         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
63         Me.GroupBox2.Controls.Add(Me.Label2)
64         Me.GroupBox2.Controls.Add(Me.btnGetData)
65         Me.GroupBox2.Controls.Add(Me.Label4)
66         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
67         Me.GroupBox2.Location = New System.Drawing.Point(
9, 75)
68         Me.GroupBox2.Name =
"GroupBox2"
69         Me.GroupBox2.Size = New System.Drawing.Size(
469, 75)
70         Me.GroupBox2.TabIndex =
50
71         Me.GroupBox2.TabStop = False
72         Me.GroupBox2.Text =
"Search by Invoice Date"
73         
'
74         
'Button1
75         
'
76         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
77         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
78         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.Button1.Location = New System.Drawing.Point(
373, 41)
80         Me.Button1.Name =
"Button1"
81         Me.Button1.Size = New System.Drawing.Size(
86, 20)
82         Me.Button1.TabIndex =
15
83         Me.Button1.Text =
"View Report 2"
84         Me.Button1.UseVisualStyleBackColor = True
85         
'
86         
'dtpDateTo
87         
'
88         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
89         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
90         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
91         Me.dtpDateTo.Name =
"dtpDateTo"
92         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
93         Me.dtpDateTo.TabIndex =
14
94         
'
95         
'Label2
96         
'
97         Me.Label2.AutoSize = True
98         Me.Label2.Location = New System.Drawing.Point(
153, 22)
99         Me.Label2.Name =
"Label2"
100         Me.Label2.Size = New System.Drawing.Size(
26, 13)
101         Me.Label2.TabIndex =
13
102         Me.Label2.Text =
"To :"
103         
'
104         
'btnGetData
105         
'
106         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
107         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
108         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         Me.btnGetData.Location = New System.Drawing.Point(
281, 41)
110         Me.btnGetData.Name =
"btnGetData"
111         Me.btnGetData.Size = New System.Drawing.Size(
86, 20)
112         Me.btnGetData.TabIndex =
1
113         Me.btnGetData.Text =
"View Report 1"
114         Me.btnGetData.UseVisualStyleBackColor = True
115         
'
116         
'Label4
117         
'
118         Me.Label4.AutoSize = True
119         Me.Label4.Location = New System.Drawing.Point(
13, 22)
120         Me.Label4.Name =
"Label4"
121         Me.Label4.Size = New System.Drawing.Size(
36, 13)
122         Me.Label4.TabIndex =
12
123         Me.Label4.Text =
"From :"
124         
'
125         
'dtpDateFrom
126         
'
127         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
128         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
129         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
130         Me.dtpDateFrom.Name =
"dtpDateFrom"
131         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
132         Me.dtpDateFrom.TabIndex =
11
133         
'
134         
'GroupBox3
135         
'
136         Me.GroupBox3.Controls.Add(Me.btnClose)
137         Me.GroupBox3.Controls.Add(Me.btnReset)
138         Me.GroupBox3.Location = New System.Drawing.Point(
484, 75)
139         Me.GroupBox3.Name =
"GroupBox3"
140         Me.GroupBox3.Size = New System.Drawing.Size(
193, 75)
141         Me.GroupBox3.TabIndex =
2
142         Me.GroupBox3.TabStop = False
143         
'
144         
'btnClose
145         
'
146         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
147         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
148         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
149         Me.btnClose.Location = New System.Drawing.Point(
100, 33)
150         Me.btnClose.Name =
"btnClose"
151         Me.btnClose.Size = New System.Drawing.Size(
82, 31)
152         Me.btnClose.TabIndex =
1
153         Me.btnClose.Text =
"&Close"
154         Me.btnClose.UseVisualStyleBackColor = True
155         
'
156         
'btnReset
157         
'
158         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
159         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
160         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.btnReset.Location = New System.Drawing.Point(
12, 33)
162         Me.btnReset.Name =
"btnReset"
163         Me.btnReset.Size = New System.Drawing.Size(
82, 32)
164         Me.btnReset.TabIndex =
0
165         Me.btnReset.Text =
"&Reset"
166         Me.btnReset.UseVisualStyleBackColor = True
167         
'
168         
'Panel2
169         
'
170         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
171         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
172         Me.Panel2.Controls.Add(Me.Label1)
173         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
174         Me.Panel2.Name =
"Panel2"
175         Me.Panel2.Size = New System.Drawing.Size(
668, 62)
176         Me.Panel2.TabIndex =
0
177         
'
178         
'Label1
179         
'
180         Me.Label1.AutoSize = True
181         Me.Label1.BackColor = System.Drawing.Color.Transparent
182         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
183         Me.Label1.ForeColor = System.Drawing.Color.White
184         Me.Label1.Location = New System.Drawing.Point(
256, 18)
185         Me.Label1.Name =
"Label1"
186         Me.Label1.Size = New System.Drawing.Size(
129, 24)
187         Me.Label1.TabIndex =
0
188         Me.Label1.Text =
"Sales Report"
189         
'
190         
'Timer1
191         
'
192         
'
193         
'frmSalesReport
194         
'
195         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
196         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
197         Me.BackColor = System.Drawing.Color.DarkSlateGray
198         Me.ClientSize = New System.Drawing.Size(
713, 186)
199         Me.Controls.Add(Me.Panel1)
200         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
201         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
202         Me.MaximizeBox = False
203         Me.MinimizeBox = False
204         Me.Name =
"frmSalesReport"
205         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
206         Me.Panel1.ResumeLayout(False)
207         Me.GroupBox2.ResumeLayout(False)
208         Me.GroupBox2.PerformLayout()
209         Me.GroupBox3.ResumeLayout(False)
210         Me.Panel2.ResumeLayout(False)
211         Me.Panel2.PerformLayout()
212         Me.ResumeLayout(False)
213
214     End Sub
215     Friend WithEvents Panel1 As System.Windows.Forms.Panel
216     Friend WithEvents Panel2 As System.Windows.Forms.Panel
217     Friend WithEvents Label1 As System.Windows.Forms.Label
218     Friend WithEvents btnClose As System.Windows.Forms.Button
219     Friend WithEvents btnReset As System.Windows.Forms.Button
220     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
221     Friend WithEvents Timer1 As System.Windows.Forms.Timer
222     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
223     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
224     Friend WithEvents Label2 As System.Windows.Forms.Label
225     Friend WithEvents btnGetData As System.Windows.Forms.Button
226     Friend WithEvents Label4 As System.Windows.Forms.Label
227     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
228     Friend WithEvents Button1 As System.Windows.Forms.Button
229
230 End Class


Gõ tìm kiếm nhanh...